home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(2) then
- if the visible of sprite 2 = 0 then
- sound playFile 2, "..\som\reedd.wav"
- set the visible of sprite 2 to 1
- end if
- else
- set the visible of sprite 2 to 0
- end if
- if rollOver(3) then
- if the visible of sprite 3 = 0 then
- sound playFile 2, "..\som\reedd.wav"
- set the visible of sprite 3 to 1
- end if
- else
- set the visible of sprite 3 to 0
- end if
- go(the frame)
- end
-
- on mouseUp
- if rollOver(2) then
- set the visible of sprite 2 to 1
- set the visible of sprite 3 to 1
- sound playFile 2, "..\som\reedd.wav"
- go("Slide")
- end if
- if rollOver(3) then
- set the visible of sprite 2 to 1
- set the visible of sprite 3 to 1
- sound playFile 2, "..\som\reedd.wav"
- go("Ecr5")
- end if
- end
-